glarea: Use the appropriate texture format for GLES
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 25 Apr 2016 11:28:41 +0000 (12:28 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 25 Apr 2016 13:35:02 +0000 (14:35 +0100)
commitb45c7b508bd7be1ec6c0d589a14a783133adb0a2
tree6e329396074de34bdb1aa9b87c9e77d8c9fd7950
parent971998de34b570fcf3eb2149198e5679b747901d
glarea: Use the appropriate texture format for GLES

The core OpenGL ES spec does not have GL_BGRA, so we need to make do
with GL_RGBA and live with the format conversion.
gtk/gtkglarea.c